Skip to main content

All Questions

Tagged with
7votes
2answers
7kviews

Handling parsing failure in Scala without exceptions

I have a Scala (Play!) application that must get and parse some data in JSON from an external service. I want to be able to gently handle failure in the response format, but it is becoming messy. What ...
Andrea's user avatar

close